home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Paragon Drive Backup 9 / DB90_SE_x32.msi / Data1.cab / _BDD652D3BAAD43C2A5C86E34F07CF257 < prev    next >
Extensible Markup Language  |  2008-06-28  |  1KB  |  46 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <xsl:stylesheet 
  4.   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5.   xmlns:msxsl="urn:schemas-microsoft-com:xslt"
  6.   version="1.0">
  7.  
  8. <xsl:output 
  9.   method="html" 
  10.   version="4.0" 
  11.   encoding="UTF-8" 
  12.   omit-xml-declaration="yes" 
  13.   indent="yes"/>
  14.  
  15. <xsl:include href="./resource/html/propcell.xsl"/>
  16.  
  17. <xsl:template match="/Root">
  18.  
  19. <html>
  20.   <table border>
  21.     <tr>
  22.       <!-- Object header -->
  23.       <td colspan='2'>
  24.         <h2>QT_TRANSLATE_NOOP("QObject", "Unallocated space")</h2>
  25.       </td>
  26.     </tr>
  27.     <tr>
  28.       <td colspan='2'>
  29.         <hr/>
  30.       </td>
  31.     </tr>
  32.     <tr>
  33.       <!-- properties list -->
  34.       <td width='100%'>
  35.         <table cellspacing="0" cellpadding="0">
  36.           <xsl:call-template name="PropCell">
  37.             <xsl:with-param name="PropName" select="string('PROPID_HDM_SIZESTRING')"/>
  38.           </xsl:call-template>
  39.         </table>
  40.       </td>
  41.     </tr>
  42.   </table>
  43.    
  44. </xsl:template>
  45. </xsl:stylesheet>
  46.